home *** CD-ROM | disk | FTP | other *** search
/ Power Hacker 2003 / Power_Hacker_2003.iso / Exploit and vulnerability / w00w00 / sectools / SRS / server / Makefile.html < prev    next >
Encoding:
Makefile  |  2000-01-12  |  9.3 KB  |  320 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # Makefile.in generated automatically by automake 1.3 from Makefile.am
  3.  
  4. # Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8.  
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13.  
  14.  
  15. SHELL = /bin/sh
  16.  
  17. srcdir = .
  18. top_srcdir = .
  19. prefix = /usr/local
  20. exec_prefix = ${prefix}
  21.  
  22. bindir = ../bin
  23. sbindir = ${exec_prefix}/sbin
  24. libexecdir = ${exec_prefix}/libexec
  25. datadir = ${prefix}/share
  26. sysconfdir = ${prefix}/etc
  27. sharedstatedir = ${prefix}/com
  28. localstatedir = ${prefix}/var
  29. libdir = ${exec_prefix}/lib
  30. infodir = ${prefix}/info
  31. mandir = ${prefix}/man
  32. includedir = ${prefix}/include
  33. oldincludedir = /usr/include
  34.  
  35. DISTDIR =
  36.  
  37. pkgdatadir = $(datadir)/server
  38. pkglibdir = $(libdir)/server
  39. pkgincludedir = $(includedir)/server
  40.  
  41. top_builddir = .
  42.  
  43. ACLOCAL = @ACLOCAL@
  44. AUTOCONF = @AUTOCONF@
  45. AUTOMAKE = @AUTOMAKE@
  46. AUTOHEADER = @AUTOHEADER@
  47.  
  48. INSTALL = /usr/bin/install -c
  49. INSTALL_PROGRAM = ${INSTALL}
  50. INSTALL_DATA = ${INSTALL} -m 644
  51. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  52. transform = s,x,x,
  53.  
  54. NORMAL_INSTALL = :
  55. PRE_INSTALL = :
  56. POST_INSTALL = :
  57. NORMAL_UNINSTALL = :
  58. PRE_UNINSTALL = :
  59. POST_UNINSTALL = :
  60. host_alias = i586-pc-linux-gnulibc1
  61. host_triplet = i586-pc-linux-gnulibc1
  62. AWK = mawk
  63. CC = gcc
  64. LDEFS = -DLINUX
  65. LN_S = ln -s
  66. PACKAGE = server
  67. RANLIB = ranlib
  68. VERSION = 1.0
  69. bindir = ../bin
  70.  
  71. AUTOMAKE_OPTIONS = foreign
  72.  
  73. # SUBDIRS = bin docs include src
  74. SUBDIRS = src
  75.  
  76. #EXTRA_DIST = @README@
  77.  
  78. # Remove this in public version
  79. CLEANFILES = config.cache config.log
  80. mkinstalldirs = $(SHELL) $(top_srcdir)/support/mkinstalldirs
  81. CONFIG_HEADER = config.h
  82. CONFIG_CLEAN_FILES = 
  83. DIST_COMMON =  README Makefile.am Makefile.in config.h.in configure \
  84. configure.in stamp-h.in
  85.  
  86.  
  87. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  88.  
  89. TAR = tar
  90. GZIP = --best
  91. all: all-recursive-am all-am
  92.  
  93. .SUFFIXES:
  94. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
  95.     cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps Makefile
  96.  
  97. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  98.     cd $(top_builddir) \
  99.       && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
  100.  
  101.  
  102. config.status: $(srcdir)/configure
  103.     $(SHELL) ./config.status --recheck
  104. $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  105.     cd $(srcdir) && $(AUTOCONF)
  106.  
  107. config.h: stamp-h
  108.     @:
  109. stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
  110.     cd $(top_builddir) \
  111.       && CONFIG_FILES= CONFIG_HEADERS=config.h \
  112.          $(SHELL) ./config.status
  113.     @echo timestamp > stamp-h
  114. $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
  115. $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  116.     cd $(top_srcdir) && $(AUTOHEADER)
  117.     @echo timestamp > $(srcdir)/stamp-h.in
  118.  
  119. mostlyclean-hdr:
  120.  
  121. clean-hdr:
  122.  
  123. distclean-hdr:
  124.     -rm -f config.h
  125.  
  126. maintainer-clean-hdr:
  127.  
  128. # This directory's subdirectories are mostly independent; you can cd
  129. # into them and run `make' without going through this Makefile.
  130. # To change the values of `make' variables: instead of editing Makefiles,
  131. # (1) if the variable is set in `config.status', edit `config.status'
  132. #     (which will cause the Makefiles to be regenerated when you run `make');
  133. # (2) otherwise, pass the desired values on the `make' command line.
  134.  
  135.  
  136.  
  137. all-recursive install-data-recursive install-exec-recursive \
  138. installdirs-recursive install-recursive uninstall-recursive  \
  139. check-recursive installcheck-recursive info-recursive dvi-recursive:
  140.     @set fnord $(MAKEFLAGS); amf=$$2; \
  141.     list='$(SUBDIRS)'; for subdir in $$list; do \
  142.       target=`echo $@ | sed s/-recursive//`; \
  143.       echo "Making $$target in $$subdir"; \
  144.       (cd $$subdir && $(MAKE) $$target) \
  145.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  146.     done && test -z "$$fail"
  147.  
  148. mostlyclean-recursive clean-recursive distclean-recursive \
  149. maintainer-clean-recursive:
  150.     @set fnord $(MAKEFLAGS); amf=$$2; \
  151.     rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
  152.       rev="$$subdir $$rev"; \
  153.     done; \
  154.     for subdir in $$rev; do \
  155.       target=`echo $@ | sed s/-recursive//`; \
  156.       echo "Making $$target in $$subdir"; \
  157.       (cd $$subdir && $(MAKE) $$target) \
  158.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  159.     done && test -z "$$fail"
  160. tags-recursive:
  161.     list='$(SUBDIRS)'; for subdir in $$list; do \
  162.       (cd $$subdir && $(MAKE) tags); \
  163.     done
  164.  
  165. tags: TAGS
  166.  
  167. ID: $(HEADERS) $(SOURCES) $(LISP)
  168.     here=`pwd` && cd $(srcdir) \
  169.       && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
  170.  
  171. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
  172.     tags=; \
  173.     here=`pwd`; \
  174.     list='$(SUBDIRS)'; for subdir in $$list; do \
  175.       test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  176.     done; \
  177.     list='$(SOURCES) $(HEADERS)'; \
  178.     unique=`for i in $$list; do echo $$i; done | \
  179.       awk '    { files[$$0] = 1; } \
  180.            END { for (i in files) print i; }'`; \
  181.     test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
  182.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
  183.  
  184. mostlyclean-tags:
  185.  
  186. clean-tags:
  187.  
  188. distclean-tags:
  189.     -rm -f TAGS ID
  190.  
  191. maintainer-clean-tags:
  192.  
  193. distdir = $(PACKAGE)-$(VERSION)
  194. top_distdir = $(distdir)
  195.  
  196. # This target untars the dist file and tries a VPATH configuration.  Then
  197. # it guarantees that the distribution is self-contained by making another
  198. # tarfile.
  199. distcheck: dist
  200.     -rm -rf $(distdir)
  201.     GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
  202.     mkdir $(distdir)/=build
  203.     mkdir $(distdir)/=inst
  204.     dc_install_base=`cd $(distdir)/=inst && pwd`; \
  205.     cd $(distdir)/=build \
  206.       && ../configure --srcdir=.. --prefix=$$dc_install_base \
  207.       && $(MAKE) \
  208.       && $(MAKE) dvi \
  209.       && $(MAKE) check \
  210.       && $(MAKE) install \
  211.       && $(MAKE) installcheck \
  212.       && $(MAKE) dist
  213.     -rm -rf $(distdir)
  214.     @echo "========================"; \
  215.     echo "$(distdir).tar.gz is ready for distribution"; \
  216.     echo "========================"
  217. dist: distdir
  218.     -chmod -R a+r $(distdir)
  219.     GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
  220.     -rm -rf $(distdir)
  221. dist-all: distdir
  222.     -chmod -R a+r $(distdir)
  223.     GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
  224.     -rm -rf $(distdir)
  225. distdir: $(DISTFILES)
  226.     -rm -rf $(distdir)
  227.     mkdir $(distdir)
  228.     -chmod 777 $(distdir)
  229.     @for file in $(DISTFILES); do \
  230.       d=$(srcdir); \
  231.       test -f $(distdir)/$$file \
  232.       || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  233.       || cp -p $$d/$$file $(distdir)/$$file; \
  234.     done
  235.     for subdir in $(SUBDIRS); do \
  236.       test -d $(distdir)/$$subdir \
  237.       || mkdir $(distdir)/$$subdir \
  238.       || exit 1; \
  239.       chmod 777 $(distdir)/$$subdir; \
  240.       (cd $$subdir && $(MAKE) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
  241.         || exit 1; \
  242.     done
  243. info: info-recursive
  244. dvi: dvi-recursive
  245. check: all-am
  246.     $(MAKE) check-recursive
  247. installcheck: installcheck-recursive
  248. all-recursive-am: config.h
  249.     $(MAKE) all-recursive
  250.  
  251. all-am: Makefile config.h
  252.  
  253. install-exec: install-exec-recursive
  254.     @$(NORMAL_INSTALL)
  255.  
  256. install-data: install-data-recursive
  257.     @$(NORMAL_INSTALL)
  258.  
  259. install: install-recursive
  260.     @:
  261.  
  262. uninstall: uninstall-recursive
  263.  
  264. install-strip:
  265.     $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
  266. installdirs: installdirs-recursive
  267.  
  268.  
  269. mostlyclean-generic:
  270.     -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  271.  
  272. clean-generic:
  273.     -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  274.  
  275. distclean-generic:
  276.     -rm -f Makefile $(DISTCLEANFILES)
  277.     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  278.     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  279.  
  280. maintainer-clean-generic:
  281.     -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  282.     -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  283. mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
  284.  
  285. clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
  286.  
  287. distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
  288.  
  289. maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
  290.         maintainer-clean-generic distclean-am
  291.  
  292. mostlyclean:  mostlyclean-recursive mostlyclean-am
  293.  
  294. clean:  clean-recursive clean-am
  295.  
  296. distclean:  distclean-recursive distclean-am
  297.     -rm -f config.status
  298.  
  299. maintainer-clean:  maintainer-clean-recursive maintainer-clean-am
  300.     @echo "This command is intended for maintainers to use;"
  301.     @echo "it deletes files that may require special tools to rebuild."
  302.     -rm -f config.status
  303.  
  304. .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
  305. install-data-recursive uninstall-data-recursive install-exec-recursive \
  306. uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
  307. all-recursive check-recursive installcheck-recursive info-recursive \
  308. dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
  309. maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
  310. distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
  311. installcheck all-recursive-am all-am install-exec install-data install \
  312. uninstall all installdirs mostlyclean-generic distclean-generic \
  313. clean-generic maintainer-clean-generic clean mostlyclean distclean \
  314. maintainer-clean
  315.  
  316.  
  317. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  318. # Otherwise a system limit (for SysV at least) may be exceeded.
  319. .NOEXPORT:
  320.